home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / vhf / locator / locowl.mak < prev    next >
Text File  |  1992-11-29  |  957b  |  46 lines

  1. .AUTODEPEND
  2.  
  3. #                       *Translator Definitions*
  4. CC = bcc +LOCOWL.cfg
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8. #                       *Implicit Rules*
  9. .cpp.obj:
  10.   $(CC) -c {$< }
  11.  
  12. #                        *List Macros*
  13. Link_Exclude =  \
  14.   LOCOWL.res
  15.  
  16. Link_Include = \
  17.  LOCOWL.obj \
  18.  abtdlg.obj \
  19.  LOCOWL.def
  20.  
  21. #                        *Explicit Rules*
  22. LOCOWL.exe: LOCOWL.cfg $(Link_Include) $(Link_Exclude)
  23.    $(TLINK)  /x/c/Twe/P-/C/Lc:\borlandc\owl\lib;c:\borlandc\classlib\lib;c:\borlandc\lib @&&|
  24. c0wl.obj+
  25. abtdlg.obj+
  26. LOCOWL.obj
  27. LOCOWL
  28.                      # no map file
  29. tclassl.lib+
  30. owlwl.lib+
  31. mathwl.lib+
  32. import.lib+
  33. cwl.lib
  34. LOCOWL.def
  35. |
  36.   RC -30 LOCOWL.res LOCOWL.exe
  37.  
  38. #                         *Individual File Dependancies*
  39. LOCOWL.res: LOCOWL.rc
  40.    RC -r -Ic:\borlandc\owl\include;c:\borlandc\classlib\include;c:\borlandc\include -FO LOCOWL.res LOCOWL.RC
  41.  
  42. abtdlg.obj: abtdlg.cpp
  43.  
  44. LOCOWL.obj: LOCOWL.cpp
  45.  
  46.